home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
initramfs-tools
/
hooks
/
usplash
< prev
Wrap
Text File
|
2009-10-22
|
500b
|
33 lines
#!/bin/sh
OPTION=USPLASH
PREREQ="framebuffer"
prereqs()
{
echo "$PREREQ"
}
case $1 in
prereqs)
prereqs
exit 0
;;
esac
[ -x /sbin/usplash ] || exit 0
. /usr/share/initramfs-tools/hook-functions
mkdir -p ${DESTDIR}/usr/lib/usplash
copy_exec /sbin/usplash /sbin
copy_exec /sbin/usplash_write /sbin
if [ -f /etc/usplash.conf ]; then
copy_exec /etc/usplash.conf /etc
fi
if [ -f /usr/lib/usplash/usplash-artwork.so ]; then
copy_exec /usr/lib/usplash/usplash-artwork.so /usr/lib/usplash
fi